Supported

data class Supported(val supportedAlgorithms: List<JWEAlgorithm>, val supportedMethods: List<EncryptionMethod>) : ResponseEncryptionConfiguration(source)

The wallet supports encrypting authorization responses

Parameters

supportedAlgorithms

the JWE algorithms that the wallet can use when encrypting the authorization response in order of preference

supportedMethods

the JWE encryption methods that the wallet can use when encrypting the authorization response in order of preference EncryptionMethod.XC20P requires the usage of com.google.crypto.tink:tink

Constructors

Link copied to clipboard
constructor(supportedAlgorithms: List<JWEAlgorithm>, supportedMethods: List<EncryptionMethod>)

Properties

Link copied to clipboard
val supportedAlgorithms: List<JWEAlgorithm>
Link copied to clipboard
val supportedMethods: List<EncryptionMethod>